home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000299_news@newsmaster….columbia.edu _Tue Mar 17 18:15:33 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA01507
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Mar 1998 18:15:32 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA10420
  7.     for kermit.misc@watsun; Tue, 17 Mar 1998 18:15:31 -0500 (EST)
  8. Path: news.columbia.edu!panix!news-peer.gip.net!news.gsl.net!gip.net!cpk-news-hub1.bbnplanet.com!cpk-news-feed4.bbnplanet.com!cpk-news-feed1.bbnplanet.com!news.bbnplanet.com!netnews.jhuapl.edu!usenet
  9. From: Skip Collins <collibf1@jhuapl.edu>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: compiling ckermit with cygnus win32 tools
  12. Date: 17 Mar 1998 17:53:57 -0500
  13. Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA
  14. Lines: 45
  15. Sender: collibf1@COLLIBF1
  16. Message-ID: <wk1zw1hqt6.fsf@jhuapl.edu>
  17. References: <wken01miot.fsf@aplcomm.jhuapl.edu> <wk1zw1rrpp.fsf@jhuapl.edu>
  18.     <6emros$gdl@watsun.cc.columbia.edu>
  19. NNTP-Posting-Host: collibf1-2.jhuapl.edu
  20. X-Newsreader: Gnus v5.3/Emacs 19.34
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:8496
  22.  
  23. fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  24. > In article <wk1zw1rrpp.fsf@jhuapl.edu>,
  25. > Skip Collins  <collibf1@jhuapl.edu> wrote:
  26. > : 
  27. > : After I compiled with -DNOUUCP and fixed the way I mounted COM1 and
  28. > : COM2, serial transfer worked like a charm on a few simple tests.
  29. > : Currently, the command line gets a little garbled. But that is
  30. > : probably pretty easy to fix. Now, if I can go back and fix uucp lock
  31. > : files, ncurses, and tcp, the end result should be pretty nice.
  32. > : 
  33. > Nice for what purpose?
  34.  
  35. Nice for the same purposes that C-Kermit running on a Linux box is
  36. nice: because it could provide a functional Kermit with some pretty
  37. advanced features. I am not claiming that this should replace K95. I
  38. am only doing it to get a feel for how well I can expect complex
  39. programs to port. So far, I am pleasantly surprised.
  40.  
  41. > It would lack terminal emulation, XYZmodem file transfer, Windows
  42. > Telephony, scrollback in command and terminal modes, mouse actions,
  43. > printer control, Browser hotspots, keyboard mapping for all keys and
  44. > key combinations, support for Windows code pages and/or Unicode, and
  45. > countless other Windows-specific items that Windows users ask for.
  46.  
  47. But if I don't need those things, and if I don't need support, and if
  48. it works well (a big if), why not?
  49.  
  50. > UNIX C-Kermit is designed for, and supported under, UNIX.  If it can
  51. > be compiled under Windows using UNIX compatibility libraries such as
  52. > Cygwin-32, OpenWindows, or UWIN, it might or might not work; if it
  53. > works, it might work well or poorly, but in any case the result is not
  54. > supportable.
  55. > We already have a mature and supported native product for Windows 95,
  56. > one which is under constant development.  There is no need to start
  57. > over.
  58.  
  59. I am doing this mostly for fun. If I can get it working in two
  60. afternoons, that would be worth it to me, if only for the experience
  61. gained with the Cygnus tools. I do not intend to maintain a rival to
  62. K95. Certainly, anyone needing a reliable Kermit on NT or 95 should
  63. get K95. But for those who enjoy tinkering and learning a new
  64. development environment, this is not a bad way to go.
  65.  
  66. Skip Collins